home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / fpc / amigainc / amigaoverlays.inc
Encoding:
Text File  |  2000-01-01  |  1.0 KB  |  39 lines

  1.  
  2. {  amigaoverlays.inc }
  3.  
  4. {
  5.     This file is part of the Free Pascal run time library.
  6.  
  7.     A file in Amiga system run time library.
  8.     Copyright (c) 1998-2000 by Nils Sjoholm
  9.     member of the Amiga RTL development team.
  10.  
  11.     See the file COPYING.FPC, included in this distribution,
  12.     for details about the copyright.
  13.  
  14.     This program is distributed in the hope that it will be useful,
  15.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17.  
  18.  **********************************************************************}
  19.  
  20. {
  21.    This includefile sets the define amiga_overlays.
  22.    I have tried to make overlay functions for most
  23.    of the pchar functions in the amiga units.
  24.  
  25.    That means you can use either a pchar or a string
  26.    as arg for the function.
  27.  
  28.    If you don't like the idea of overlays just put a
  29.    space before $define amiga_overlays.
  30.  
  31.    16 Jul 2000.
  32.  
  33.    nils.sjoholm@mailbox.swipnet.se
  34.  
  35. }
  36.  
  37. {$ifndef amiga_overlays}
  38.    {$define amiga_overlays}
  39. {$endif}